home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tutorial / ARexx Tutorial / TuteRexx / DOpusBackground.dopus5 < prev    next >
Text File  |  1998-11-07  |  564b  |  13 lines

  1. /* DOpusBackground.dopus5 */
  2. options results
  3. address 'DOPUS.1'
  4. address command 'Copy "DOplus:tutorial/Arexx Tutorial/TuteRexx/Extras/2.iff" RAM:'
  5. dopus front
  6. dopus set background 'RAM:2.iff' desktop tile custom        /* Set the new background */
  7. dopus refresh background custom                             /* Refresh the display */
  8. address command wait 10                                     /* Wait 10 seconds */
  9. dopus refresh background                                    /* Refresh the display */
  10. dopus back
  11. address command 'Delete RAM:2.iff QUIET FORCE'
  12. exit
  13.